DevForce Help Reference
IEntityScalarQuery<T> Interface
Members 


Interface representing a typed scalar query which can be executed asynchronously.
Object Model
IEntityScalarQuery<T> InterfaceEntityManager ClassQueryStrategy Class
Syntax
'Declaration
 
Public Interface IEntityScalarQuery(Of T) 
   Inherits IEntityQuery, IEntityScalarQuery, System.ICloneable 
'Usage
 
Dim instance As IEntityScalarQuery(Of T)
public interface IEntityScalarQuery<T> : IEntityQuery, IEntityScalarQuery, System.ICloneable  
Type Parameters
T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IEntityScalarQuery<T> Members
IdeaBlade.EntityModel Namespace
EntityScalarAsyncExtensions Class
AsScalarAsync<T>(IEntityQuery<T>) Method

Send Feedback